projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f10cbb4
)
(x_reply_selection_request): Delete the inner
author
Richard M. Stallman
<rms@gnu.org>
Mon, 5 May 1997 19:14:27 +0000
(19:14 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 5 May 1997 19:14:27 +0000
(19:14 +0000)
unbind_to call, since x_uncatch_errors does the job.
src/xselect.c
patch
|
blob
|
history
diff --git
a/src/xselect.c
b/src/xselect.c
index 81cce31abad72ea55ae8d0e9564704b6a2d3a6c9..8a8bf362dc8c04c30947a45f9b51169c5509a0a4 100644
(file)
--- a/
src/xselect.c
+++ b/
src/xselect.c
@@
-551,7
+551,6
@@
x_reply_selection_request (event, format, data, size, type)
/* Send an INCR selection. */
struct prop_location *wait_object;
int had_errors;
- int count = specpdl_ptr - specpdl;
Lisp_Object frame;
frame = some_frame_on_display (dpyinfo);
@@
-633,8
+632,6
@@
x_reply_selection_request (event, format, data, size, type)
XChangeProperty (display, window, reply.property, type, format,
PropModeReplace, data, 0);
-
- unbind_to (count, Qnil);
}
XFlush (display);